home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / PickOne / headers / PickOne_utility.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  619 b   |  29 lines  |  [TEXT/CWIE]

  1. /*  PickOne_utility.h                                                                            
  2.  
  3.     Nick Thompson
  4.     Michael Bishop - August 21 1996                                                    
  5.     (c)1994-96 Apple Computer Inc., All Rights Reserved                                
  6.  
  7. */
  8.  
  9. #ifndef _UTILITY_H_
  10. #define _UTILITY_H_
  11.  
  12. #include    "QD3D.h"
  13. #include    "QD3DPick.h"
  14.  
  15. short         Utility_HiWrd(long aLong) ;
  16. short         Utility_LoWrd(long aLong) ;
  17.  
  18. void        Utility_DebugString(char    *theMessage);
  19.  
  20. void        Utility_MyGetMouse(TQ3Point2D *thePoint);
  21. int            Utility_MyStillDown(void);
  22.  
  23. void        Utility_GetUpVector(const TQ3Vector3D *theForwardVector, TQ3Vector3D *theUpVector);
  24.  
  25. TQ3Object    Utility_GetEnclosingGroup(const TQ3HitPath    *theHitPath);
  26.  
  27.  
  28. #endif
  29.